projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e16d46
)
line up the comments
author
Jorge Israel Peña
<jorge.israel.p@gmail.com>
Fri, 24 Oct 2014 06:27:28 +0000
(23:27 -0700)
committer
Jorge Israel Peña
<jorge.israel.p@gmail.com>
Fri, 24 Oct 2014 06:27:28 +0000
(23:27 -0700)
src/doc/manifest.md
patch
|
blob
|
history
diff --git
a/src/doc/manifest.md
b/src/doc/manifest.md
index c7d6afbb2953df5e693dc24ec9be8a9ea6d7070f..9d923661692a6e946c56c47cc115d78a3ad1ad49 100644
(file)
--- a/
src/doc/manifest.md
+++ b/
src/doc/manifest.md
@@
-108,7
+108,7
@@
along with the defaults for each profile.
[profile.dev]
opt-level = 0 # Controls the --opt-level the compiler builds with
debug = true # Controls whether the compiler passes -g or `--cfg ndebug`
-rpath = false
# Controls whether the compiler passes `-C rpath`
+rpath = false # Controls whether the compiler passes `-C rpath`
# The release profile, used for `cargo build --release`
[profile.release]